home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio / Ham Radio CD-ROM (Emerald Software) (1995).ISO / bbs / msys109d / whatsnew.109 < prev   
Text File  |  1990-09-16  |  7KB  |  156 lines

  1. The documentation manual for 1.08 has not been changed. Changes 
  2. incorporated in 1.09 are summarized below. 
  3.  
  4. MCForward [portmask] was not documented in 1.08. This command
  5. allows you to count forwarding as a bbs connect on a given port.
  6. In the portmask argument you put 1's in the ports on which you
  7. want forwarding to be counted as a BBS connect.  Using MCF along
  8. with BM (and BP if you have marked any stations as BBSs), allows
  9. you to limit a given port to a single bbs connect or forward at
  10. a time. If you want this on port 0, use the following:
  11. MCF $FE                    
  12. BM 1 1
  13. BP $01
  14.  
  15. Various bugs related to modem operation have been fixed. 
  16.  
  17. When a bulletin comes into the system, all its R: lines are scanned
  18. and any found from stations in the MSYSBBSB.DAT file cause those 
  19. stations to be marked as having received the bulletin so no attempt
  20. will be made to forward it to them.
  21.  
  22. AX25Backoff  [portmask] command added. If a given port is set to 1,
  23. then as the retries go up for a packet FRAck is multiplied by the
  24. retry number for packets that must be retransmitted. 
  25.  
  26. MSgtrailer [ON or OFF] command added. If on a line is displayed
  27. after a message is read that gives its number and originator.
  28.  
  29. MSYS.REP now will take 150 entries.
  30.  
  31. Reverse forwarding: A check is now made to see if asking for another
  32. message to be reverse forwarded will overfill the maximum number
  33. of messages.
  34.  
  35. Network node now properly responds to busy replies for connect
  36. attempts and generates them as well. Before it would take a connect
  37. reject as a connect acceptance. It would also accept all connect
  38. requests, even if there was not enough memory.
  39.  
  40. Two new commands have been added to the network node: One is Knode which
  41. lists K nodes that have been heard. An optional parameter ma be given that
  42. specifies the port for which the list is desired. Also added is Justheard
  43. which lists stations recently heard. Here again a port number may be
  44. given as an argument. The N command is now described as Netnodes (lists
  45. destination network nodes known).
  46.  
  47. In the network node, using the C# form of the connect command
  48. (example: C2 WA8BXN) will always result in a normal ax.25
  49. connect, even if the destination station is a network node. We
  50. are getting very close to entirely removing the K node! 
  51.  
  52. THE K-NODE WILL PROBABLY BE REMOVED FROM THE NEXT AND FOLLOWING RELEASES!
  53.  
  54. The network node will no longer record information in nodes broadcasts
  55. heard on ports that are not enabled for network node use (NP command).
  56.  
  57. The NOBulls command has been changed to NOBUlls (the first 4
  58. letters must now be typed).
  59.  
  60. NOBEacons [port mask] command has been added. If a given port is
  61. set to 1 then there will be no ID, mail for, or BText beacons.
  62.  
  63. BBSNode [ON or OFF] command has been added. If on and the node
  64. is enabled, the bbs will appear as a node to the network (using
  65. the alias as the identifier and the bbs call as the call). This
  66. way connects may be made to the bbs directly from the network.
  67.  
  68. MSYS will send a UA frame for any DISC frames it recieves from
  69. unconnected stations. 
  70.  
  71. The Video command has been changed to be VIdeo.
  72.  
  73. VErifysysop [ON or OFF] command has been added. If on then
  74. whenever any variation of the id call us used to connect to the
  75. bbs (except from the local keyboard) then 4 characters from the
  76. remote sysop phrase must be entered.
  77.  
  78. Support has been added for expanded memory usage. If sufficient
  79. expanded memory is present (at least 320K must be available to
  80. be used) then all stacks will be around 8000 bytes and come from
  81. expanded memory. This should free up about 50K or so of memory
  82. as shown by the MEM command. Also each new connection will
  83. require less memory. If you have expanded memory and don't want
  84. it used, start msys using:
  85. MSYS NOEMM
  86. Real expanded memory boards (that could be used with an 8086/8088
  87. processor) will give better performance (faster) than simulating 
  88. expanded memory. 
  89.  
  90. New hold parameter: Lines in MSYSHOLD.DAT can now contain the 
  91. parameter BID=
  92. This is useful in situations like the following. Normally ARRL
  93. bulletins ARLP037. These bids begin with a letter. Bids automatically
  94. assigned to bulletins that don't have a bid usually begin with a 
  95. digit. So we could use
  96. AT=ARRL BID=#*
  97. to hold bulletins that probably don't have the right bid. Note that 
  98. #* is a wildcard specification that matches anything that starts with
  99. a digit. 
  100.  
  101. MUTIL function 2 has two changes. You can now specify a list of msg
  102. numbers to restore in place of a single number each time. There is also
  103. the option to restore all the messages that have files in the MAIL
  104. directory but don't have message headers. This can be useful when 
  105. MSYS.MSG is severely damaged (or deleted).
  106.  
  107. MUTIL functions 6 (forward tree), 10 (scan msg headers for bbs info),
  108. 13 (process bbslist.dat into bbstonts.dat) and 20 (sort bbslist.dat)
  109. have been repaired. MUTIL 5 now properly tests serial ports using INT 5.
  110. Unfortunately, I haven't been able to get MSYS itself to work properly
  111. with INT 5! 
  112.  
  113. DRSI support is progressing but not yet ready for release. 
  114.  
  115. Reverse forwarding has been modified to check if the required number of
  116. attempts at forwarding a msg have occurred before reverse forwarding. 
  117. Thus if we have 
  118. OH 25
  119. in the reverse forwarding file, a msg that hasn't undergone 25 forwarding
  120. attempts will not be reverse forwarded by this entry. NOTE that selective
  121. title forwarding is ignored during reverse forwarding.
  122.  
  123. The following program may be used to create a BBSLIST.DAT file from the
  124. BBSTONTS.DAT file supplied on this disk:
  125. 10 OPEN "BBSTONTS.DAT" FOR INPUT AS 1
  126. 20 OPEN "BBSLIST.NEW" FOR OUTPUT AS 2
  127. 30 IF EOF(1) THEN CLOSE:END
  128. 40 LINE INPUT #1,A$
  129. 50 I=1:C$="": WHILE MID$(A$,I,1)<>" "  :C$=C$+MID$(A$,I,1): I=I+1: WEND
  130. 60 D$=MID$(A$,35,6)
  131. 70 H$=MID$(A$,10,25)
  132. 90 IF LEFT$(D$,2)="99" THEN 30
  133. 100 X$=LEFT$(C$,1): IF X$>="0" AND X$<="9" THEN 120
  134. 110 X$=MID$(C$,2,1): IF X$>="0" AND X$<="9" THEN C$=" "+C$
  135. 120 PRINT #2,C$;TAB(8);H$;TAB(74);D$
  136. 130 GOTO 30
  137. You may use a text editor to extract the program from this file. 
  138. The result of this program is put in a file called BBSLIST.NEW. It may
  139. be renamed to BBSLIST if you don't have one already. Or you can merge
  140. your file with this one by using the following commands:
  141. copy BBSLIST.DAT+BBSLIST.NEW TEMP
  142. del BBSLIST.DAT
  143. ren TEMP BBSLIST.DAT
  144. Then run MUTIL function 20 to sort the file and discard the duplicates
  145. from the BBSLIST.NEW file. 
  146.  
  147. KANTRONICS 3.0 EPROM Upgrade users: I am told you will have to make a
  148. tnc setup file and include the following:
  149. INTERFACE KISS
  150. RESET
  151. You may also need to include a line with one or more control-c characters
  152. before these two lines in your file.
  153.  
  154. The next release of MSYS is expected to be around the beginning of the
  155. new year. 
  156.